runtime.finblock.cnt (field)
8 uses
runtime (current package)
mfinal.go#L27: cnt uint32
mfinal.go#L106: if finq == nil || finq.cnt == uint32(len(finq.fin)) {
mfinal.go#L132: f := &finq.fin[finq.cnt]
mfinal.go#L133: atomic.Xadd(&finq.cnt, +1) // Sync with markroots
mfinal.go#L146: for i := uint32(0); i < fb.cnt; i++ {
mfinal.go#L202: for i := fb.cnt; i > 0; i-- {
mfinal.go#L265: atomic.Store(&fb.cnt, i-1)
mgcmark.go#L182: cnt := uintptr(atomic.Load(&fb.cnt))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |